Edit Task: SetPossibilitySTKReports
Format
SCHED / EditTask '<TaskName>' SetPossibilitySTKReports '<PossibilityNames>' <# STK Reports> <Rep1Start> <Rep1Stop> <Rep1WindowType> <Rep1WindowStartOffset> <Rep1WindowStopOffset> <Rep1Duration> '<Rep1STKObj1>' '<Rep1STKObj2>' '<Rep1ReportName>' <Rep1MaintTimeOffset> ... <RepNStart> <RepNStop> <RepNWindowType> <RepnStartOffset> <RepNStopOffset> <RepNDuration> '<RepNSTKObj1>' '<RepNSTKObj2>' '<RepNReportName>' <RepNMaintTimeOffset>
Description
The SetPossibilitySTKReports attribute under EditTask creates a defined amount of STK Reports based on the resource possibility that is given. Any previous Availability STK Report Definitions are deleted.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility, surrounded by single quotes. Order is not required and the resource names should not be in quotes. |
# STK Reports | An integer value indicating the number of STK Report definitions contained within the command. |
Start/Stop | The format is YYYY/MM/DD_HH:MM:SS or YYYY/MM/DD_HH:MM:SS.fff. |
RepNWindowType | Options are either 'FixedStart' or 'FixedStop'. This parameter is only required for Single Time type reports (ascending node, AOS, etc.). If not used, a filler such as 'None' should be used instead. Other report types can be automatically determined based on the selected report style name (Access, Range, etc.). |
RepNStartOffset | A number representing seconds (millisecond fidelity) for Single Time type reports or Value1 for value type reports. This value is ignored for Single Time type reports where WindowType is set to FixedStop. |
RepNStopOffset | A number representing seconds (millisecond fidelity) for Single Time type reports or Value2 for value type reports. This values is ignored for Single Time type reports where WindowType is set to FixedStart. |
RepNDuration | The parameter should be entered as a number representing seconds (millisecond fidelity). If the number is negative, the report will be set to work as if the Next Time Value In Report Option in the STK Time Report Form is checked (True), which means each window will be as long as the time between each report value.
The parameter is ignored if <RepNWindowType> is set to 'Window' or 'ValueRange'. |
RepNSTKObj1 | A string of text in single quotes of the path of the first STKObject(should not include the scenario name). Empty string is not allowed and the parameter is case sensitive. |
RepNSTKObj2 | A string of text in single quotes of the STKObject path, not including the scenario name (ex. 'Satellite/TRACE'). The parameter is case sensitive and an empty string is allowed for reports that only use 1 STK Object. |
RepNReportName | A string of text in single quotes that represents the STK Report type. This value must be compatible with the number of defined STK Objects defined for RepNStkObj1 and RepNSTKObj2. Empty string is not allowed and the parameter is case sensitive. |
RepNMaintTimeOffset | Options are either yes or no and empty string is not allowed. If the parameter value is yes then any report start/stop time offset from the start/stop times are maintained if the schedule start/stop times are changed. |
Examples
Add an additional STK sun report for the possibility containing the FUSE, CassiopeiaStar_HR-21 and SSR resources.
SCHED / EditTask 'FUSEscience' SetPossibilitySTKReports 'FUSE,CassiopeiaStar_HR-21,SSR' 1 2014/01/01_00:00:00.000 2014/01/03_00:00:00.000 Window 0 0 0 'Satellite/FUSE' '' 'Sun' YES
Add an additional STK latitude report for the possibility containing the FUSE, CassiopeiaStar_HR-21 and SSR resources.
SCHED / EditTask 'FUSEscience' SetPossibilitySTKReports 'FUSE,CassiopeiaStar_HR-21,SSR' 1 2014/01/01_00:00:00.000 2014/01/03_00:00:00.000 None 5 25 -1 'Satellite/FUSE' '' 'Latitude' No
Add an additional STK apogee report for the possibility containing the FUSE, CassiopeiaStar_HR-21 and SSR resources.
SCHED / EditTask 'FUSEscience' SetPossibilitySTKReports 'FUSE,CassiopeiaStar_HR-21,SSR' 1 2014/01/01_00:00:00.000 2014/01/03_00:00:00.000 FixedStart 0 -1 660 'Satellite/FUSE' '' 'Apogee' No
Add an additional STK umbra report for the possibility containing the FUSE, CassiopeiaStar_HR-21 and SSR resources.
SCHED / EditTask 'FUSEscience' SetPossibilitySTKReports 'FUSE,CassiopeiaStar_HR-21,SSR' 1 2014/01/01_00:00:00.000 2014/01/03_00:00:00.000 FixedStop -1 0 660 'Satellite/FUSE' '' 'Umbra Start' No